Html Css Color HEX #1B4FAE Cerulean Blue

📋 copy color: '#1B4FAE'

red 27 ◦ green 79 ◦ blue 174

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

Shades of Cerulean Blue #1B4FAE

Tints of Cerulean Blue #1B4FAE

RGB

 RED value IS 27 (10.94% from 255) = 9.64%

 GREEN value IS 79 (31.25% from 255) = 28.21%

 BLUE value IS 174 (68.36% from 255) = 62.14%

R = 9.64%
G = 28.21%
B = 62.14%

CMYK

 C value IS 0.84

 M value IS 0.55

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1B4FAE (or 0x1B4FAE) is known color: Cerulean Blue. HEX triplet: 1B, 4F and AE. RGB value is (27,79,174). Sum of RGB (Red+Green+Blue) = 27+79+174=280 (37% of max value = 765). Red value is 27 (10.94% from 255 or 9.64% from 280); Green value is 79 (31.25% from 255 or 28.21% from 280); Blue value is 174 (68.36% from 255 or 62.14% from 280); Max value from RGB is 174 - color contains mainly: blue. Hex color #1B4FAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1B4FAE is #E4B051. Grayscale: #494949. Windows color (decimal): -14987346 or 11423515. OLE color: 11423515.

HSL color Cylindrical-coordinate representation of color #1B4FAE: hue angle of 218.78º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1B4FAE is Cyan = 0.84, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 27 79 174 -
CMYK 0.84 0.55 0 0.32
HSL 218.78º 0.73% 0.39% -
HSV(B) 218.78º 0.84% 0.68% -
XYZ 10.89 8.88 41.18 -
YUV 74.28 184.27 94.28 -
System Red Green Blue C M Y K H S L
Decimal 27 79 174 0.84 0.55 0 0.32 218.78 0.73 0.39
Hex 1B 4F AE 54 37 0 20 DB 49 27
Octal 33 117 256 124 67 0 40 333 111 47
Binary 11011 1001111 10101110 1010100 110111 0 100000 11011011 1001001 100111

Color Harmonies of #1B4FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B4FAE

Black with #1B4FAE

Text Example


Text Example

White with #1B4FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,79,174); }

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

background-color css

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

 a { background-color: rgb(27,79,174); }

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

border-color css

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

 span { border-color: rgb(27,79,174); }

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