Html Css Color HEX #1B4AAE Cerulean Blue

📋 copy color: '#1B4AAE'

red 27 ◦ green 74 ◦ blue 174

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

Shades of Cerulean Blue #1B4AAE

Tints of Cerulean Blue #1B4AAE

RGB

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

 GREEN value IS 74 (29.3% from 255) = 26.91%

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

R = 9.82%
G = 26.91%
B = 63.27%

CMYK

 C value IS 0.84

 M value IS 0.57

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1B4AAE (or 0x1B4AAE) is known color: Cerulean Blue. HEX triplet: 1B, 4A and AE. RGB value is (27,74,174). Sum of RGB (Red+Green+Blue) = 27+74+174=275 (36% of max value = 765). Red value is 27 (10.94% from 255 or 9.82% from 275); Green value is 74 (29.30% from 255 or 26.91% from 275); Blue value is 174 (68.36% from 255 or 63.27% from 275); Max value from RGB is 174 - color contains mainly: blue. Hex color #1B4AAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1B4AAE is #E4B551. Grayscale: #464646. Windows color (decimal): -14988626 or 11422235. OLE color: 11422235.

HSL color Cylindrical-coordinate representation of color #1B4AAE: hue angle of 220.82º 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 #1B4AAE is Cyan = 0.84, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 27 74 174 -
CMYK 0.84 0.57 0 0.32
HSL 220.82º 0.73% 0.39% -
HSV(B) 220.82º 0.84% 0.68% -
XYZ 10.54 8.19 41.07 -
YUV 71.35 185.93 96.37 -
System Red Green Blue C M Y K H S L
Decimal 27 74 174 0.84 0.57 0 0.32 220.82 0.73 0.39
Hex 1B 4A AE 54 39 0 20 DD 49 27
Octal 33 112 256 124 71 0 40 335 111 47
Binary 11011 1001010 10101110 1010100 111001 0 100000 11011101 1001001 100111

Color Harmonies of #1B4AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B4AAE

Black with #1B4AAE

Text Example


Text Example

White with #1B4AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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