Html Css Color HEX #1B408B Dark Cerulean

📋 copy color: '#1B408B'

red 27 ◦ green 64 ◦ blue 139

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

Shades of Dark Cerulean #1B408B

Tints of Dark Cerulean #1B408B

RGB

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

 GREEN value IS 64 (25.39% from 255) = 27.83%

 BLUE value IS 139 (54.69% from 255) = 60.43%

R = 11.74%
G = 27.83%
B = 60.43%

CMYK

 C value IS 0.81

 M value IS 0.54

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#1B408B (or 0x1B408B) is known color: Dark Cerulean. HEX triplet: 1B, 40 and 8B. RGB value is (27,64,139). Sum of RGB (Red+Green+Blue) = 27+64+139=230 (30% of max value = 765). Red value is 27 (10.94% from 255 or 11.74% from 230); Green value is 64 (25.39% from 255 or 27.83% from 230); Blue value is 139 (54.69% from 255 or 60.43% from 230); Max value from RGB is 139 - color contains mainly: blue. Hex color #1B408B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1B408B is #E4BF74. Grayscale: #3D3D3D. Windows color (decimal): -14991221 or 9125915. OLE color: 9125915.

HSL color Cylindrical-coordinate representation of color #1B408B: hue angle of 220.18º degrees, saturation: 0.67, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1B408B is Cyan = 0.81, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 27 64 139 -
CMYK 0.81 0.54 0 0.45
HSL 220.18º 0.67% 0.33% -
HSV(B) 220.18º 0.81% 0.55% -
XYZ 6.95 5.76 25.17 -
YUV 61.49 171.74 103.4 -
System Red Green Blue C M Y K H S L
Decimal 27 64 139 0.81 0.54 0 0.45 220.18 0.67 0.33
Hex 1B 40 8B 51 36 0 2D DC 43 21
Octal 33 100 213 121 66 0 55 334 103 41
Binary 11011 1000000 10001011 1010001 110110 0 101101 11011100 1000011 100001

Color Harmonies of #1B408B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B408B

Black with #1B408B

Text Example


Text Example

White with #1B408B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,64,139); }

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

background-color css

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

 a { background-color: rgb(27,64,139); }

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

border-color css

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

 span { border-color: rgb(27,64,139); }

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