Html Css Color HEX #1A4BAB Cerulean Blue

📋 copy color: '#1A4BAB'

red 26 ◦ green 75 ◦ blue 171

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

Shades of Cerulean Blue #1A4BAB

Tints of Cerulean Blue #1A4BAB

RGB

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

 GREEN value IS 75 (29.69% from 255) = 27.57%

 BLUE value IS 171 (67.19% from 255) = 62.87%

R = 9.56%
G = 27.57%
B = 62.87%

CMYK

 C value IS 0.85

 M value IS 0.56

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1A4BAB (or 0x1A4BAB) is known color: Cerulean Blue. HEX triplet: 1A, 4B and AB. RGB value is (26,75,171). Sum of RGB (Red+Green+Blue) = 26+75+171=272 (36% of max value = 765). Red value is 26 (10.55% from 255 or 9.56% from 272); Green value is 75 (29.69% from 255 or 27.57% from 272); Blue value is 171 (67.19% from 255 or 62.87% from 272); Max value from RGB is 171 - color contains mainly: blue. Hex color #1A4BAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1A4BAB is #E5B454. Grayscale: #464646. Windows color (decimal): -15053909 or 11225882. OLE color: 11225882.

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

Color convert

RGB 26 75 171 -
CMYK 0.85 0.56 0 0.33
HSL 219.72º 0.74% 0.39% -
HSV(B) 219.72º 0.85% 0.67% -
XYZ 10.29 8.19 39.57 -
YUV 71.29 184.27 95.69 -
System Red Green Blue C M Y K H S L
Decimal 26 75 171 0.85 0.56 0 0.33 219.72 0.74 0.39
Hex 1A 4B AB 55 38 0 21 DC 4A 27
Octal 32 113 253 125 70 0 41 334 112 47
Binary 11010 1001011 10101011 1010101 111000 0 100001 11011100 1001010 100111

Color Harmonies of #1A4BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A4BAB

Black with #1A4BAB

Text Example


Text Example

White with #1A4BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,75,171); }

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

background-color css

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

 a { background-color: rgb(26,75,171); }

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

border-color css

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

 span { border-color: rgb(26,75,171); }

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