Html Css Color HEX #194CCA Cerulean Blue

📋 copy color: '#194CCA'

red 25 ◦ green 76 ◦ blue 202

#194CCA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cerulean Blue #194CCA

Tints of Cerulean Blue #194CCA

RGB

 RED value IS 25 (10.16% from 255) = 8.25%

 GREEN value IS 76 (30.08% from 255) = 25.08%

 BLUE value IS 202 (79.3% from 255) = 66.67%

R = 8.25%
G = 25.08%
B = 66.67%

CMYK

 C value IS 0.88

 M value IS 0.62

 Y value IS 0

 K value IS 0.21

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#194CCA (or 0x194CCA) is known color: Cerulean Blue. HEX triplet: 19, 4C and CA. RGB value is (25,76,202). Sum of RGB (Red+Green+Blue) = 25+76+202=303 (40% of max value = 765). Red value is 25 (10.16% from 255 or 8.25% from 303); Green value is 76 (30.08% from 255 or 25.08% from 303); Blue value is 202 (79.30% from 255 or 66.67% from 303); Max value from RGB is 202 - color contains mainly: blue. Hex color #194CCA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #194CCA is #E6B335. Grayscale: #4A4A4A. Windows color (decimal): -15119158 or 13257753. OLE color: 13257753.

HSL color Cylindrical-coordinate representation of color #194CCA: hue angle of 222.71º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #194CCA is Cyan = 0.88, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 25 76 202 -
CMYK 0.88 0.62 0 0.21
HSL 222.71º 0.78% 0.45% -
HSV(B) 222.71º 0.88% 0.79% -
XYZ 13.65 9.64 57.02 -
YUV 75.12 199.6 92.25 -
System Red Green Blue C M Y K H S L
Decimal 25 76 202 0.88 0.62 0 0.21 222.71 0.78 0.45
Hex 19 4C CA 58 3E 0 15 DF 4E 2D
Octal 31 114 312 130 76 0 25 337 116 55
Binary 11001 1001100 11001010 1011000 111110 0 10101 11011111 1001110 101101

Color Harmonies of #194CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #194CCA

Black with #194CCA

Text Example


Text Example

White with #194CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #194CCA; }

 p { color: rgb(25,76,202); }

 H1.HeaderClassName
 {
   color: #194CCA;
 }
 .AnyTagClassName
 {
   color: #194CCA;
 }
</style>

background-color css

<style>
 a { background-color: #194CCA; }

 a { background-color: rgb(25,76,202); }

 div.DivClassName
 {
   background-color: #194CCA;
 }
 .BgClassName
 {
   background-color: #194CCA;
 }
</style>

border-color css

<style>
 span { border-color: #194CCA; }

 span { border-color: rgb(25,76,202); }

 td.TdClassName
 {
   border-color: #194CCA;
 }
 .TagClassName
 {
   border-color: #194CCA;
 }
</style>