Html Css Color HEX #1A4CAF Cerulean Blue

📋 copy color: '#1A4CAF'

red 26 ◦ green 76 ◦ blue 175

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

Shades of Cerulean Blue #1A4CAF

Tints of Cerulean Blue #1A4CAF

RGB

 RED value IS 26 (10.55% from 255) = 9.39%

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

 BLUE value IS 175 (68.75% from 255) = 63.18%

R = 9.39%
G = 27.44%
B = 63.18%

CMYK

 C value IS 0.85

 M value IS 0.57

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#1A4CAF (or 0x1A4CAF) is known color: Cerulean Blue. HEX triplet: 1A, 4C and AF. RGB value is (26,76,175). Sum of RGB (Red+Green+Blue) = 26+76+175=277 (36% of max value = 765). Red value is 26 (10.55% from 255 or 9.39% from 277); Green value is 76 (30.08% from 255 or 27.44% from 277); Blue value is 175 (68.75% from 255 or 63.18% from 277); Max value from RGB is 175 - color contains mainly: blue. Hex color #1A4CAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1A4CAF is #E5B350. Grayscale: #474747. Windows color (decimal): -15053649 or 11488282. OLE color: 11488282.

HSL color Cylindrical-coordinate representation of color #1A4CAF: hue angle of 219.87º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1A4CAF is Cyan = 0.85, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 26 76 175 -
CMYK 0.85 0.57 0 0.31
HSL 219.87º 0.74% 0.39% -
HSV(B) 219.87º 0.85% 0.69% -
XYZ 10.75 8.48 41.63 -
YUV 72.34 185.94 94.95 -
System Red Green Blue C M Y K H S L
Decimal 26 76 175 0.85 0.57 0 0.31 219.87 0.74 0.39
Hex 1A 4C AF 55 39 0 1F DC 4A 27
Octal 32 114 257 125 71 0 37 334 112 47
Binary 11010 1001100 10101111 1010101 111001 0 11111 11011100 1001010 100111

Color Harmonies of #1A4CAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A4CAF

Black with #1A4CAF

Text Example


Text Example

White with #1A4CAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1A4CAF; }

 p { color: rgb(26,76,175); }

 H1.HeaderClassName
 {
   color: #1A4CAF;
 }
 .AnyTagClassName
 {
   color: #1A4CAF;
 }
</style>

background-color css

<style>
 a { background-color: #1A4CAF; }

 a { background-color: rgb(26,76,175); }

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

border-color css

<style>
 span { border-color: #1A4CAF; }

 span { border-color: rgb(26,76,175); }

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