Html Css Color HEX #1B4AAC Cerulean Blue

📋 copy color: '#1B4AAC'

red 27 ◦ green 74 ◦ blue 172

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

Shades of Cerulean Blue #1B4AAC

Tints of Cerulean Blue #1B4AAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 63%

R = 9.89%
G = 27.11%
B = 63%

CMYK

 C value IS 0.84

 M value IS 0.57

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1B4AAC (or 0x1B4AAC) is known color: Cerulean Blue. HEX triplet: 1B, 4A and AC. RGB value is (27,74,172). Sum of RGB (Red+Green+Blue) = 27+74+172=273 (36% of max value = 765). Red value is 27 (10.94% from 255 or 9.89% from 273); Green value is 74 (29.30% from 255 or 27.11% from 273); Blue value is 172 (67.58% from 255 or 63.00% from 273); Max value from RGB is 172 - color contains mainly: blue. Hex color #1B4AAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1B4AAC is #E4B553. Grayscale: #464646. Windows color (decimal): -14988628 or 11291163. OLE color: 11291163.

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

Color convert

RGB 27 74 172 -
CMYK 0.84 0.57 0 0.33
HSL 220.55º 0.73% 0.39% -
HSV(B) 220.55º 0.84% 0.67% -
XYZ 10.35 8.11 40.05 -
YUV 71.12 184.93 96.53 -
System Red Green Blue C M Y K H S L
Decimal 27 74 172 0.84 0.57 0 0.33 220.55 0.73 0.39
Hex 1B 4A AC 54 39 0 21 DD 49 27
Octal 33 112 254 124 71 0 41 335 111 47
Binary 11011 1001010 10101100 1010100 111001 0 100001 11011101 1001001 100111

Color Harmonies of #1B4AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B4AAC

Black with #1B4AAC

Text Example


Text Example

White with #1B4AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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