Html Css Color HEX #1D4BAF Cerulean Blue

📋 copy color: '#1D4BAF'

red 29 ◦ green 75 ◦ blue 175

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

Shades of Cerulean Blue #1D4BAF

Tints of Cerulean Blue #1D4BAF

RGB

 RED value IS 29 (11.72% from 255) = 10.39%

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

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

R = 10.39%
G = 26.88%
B = 62.72%

CMYK

 C value IS 0.83

 M value IS 0.57

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#1D4BAF (or 0x1D4BAF) is known color: Cerulean Blue. HEX triplet: 1D, 4B and AF. RGB value is (29,75,175). Sum of RGB (Red+Green+Blue) = 29+75+175=279 (36% of max value = 765). Red value is 29 (11.72% from 255 or 10.39% from 279); Green value is 75 (29.69% from 255 or 26.88% from 279); Blue value is 175 (68.75% from 255 or 62.72% from 279); Max value from RGB is 175 - color contains mainly: blue. Hex color #1D4BAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1D4BAF is #E2B450. Grayscale: #484848. Windows color (decimal): -14857297 or 11488029. OLE color: 11488029.

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

Color convert

RGB 29 75 175 -
CMYK 0.83 0.57 0 0.31
HSL 221.1º 0.72% 0.4% -
HSV(B) 221.1º 0.83% 0.69% -
XYZ 10.76 8.39 41.61 -
YUV 72.65 185.76 96.87 -
System Red Green Blue C M Y K H S L
Decimal 29 75 175 0.83 0.57 0 0.31 221.1 0.72 0.4
Hex 1D 4B AF 53 39 0 1F DD 48 28
Octal 35 113 257 123 71 0 37 335 110 50
Binary 11101 1001011 10101111 1010011 111001 0 11111 11011101 1001000 101000

Color Harmonies of #1D4BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D4BAF

Black with #1D4BAF

Text Example


Text Example

White with #1D4BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,75,175); }

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

background-color css

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

 a { background-color: rgb(29,75,175); }

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

border-color css

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

 span { border-color: rgb(29,75,175); }

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