Html Css Color HEX #1B457B Dark Cerulean

📋 copy color: '#1B457B'

red 27 ◦ green 69 ◦ blue 123

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

Shades of Dark Cerulean #1B457B

Tints of Dark Cerulean #1B457B

RGB

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

 GREEN value IS 69 (27.34% from 255) = 31.51%

 BLUE value IS 123 (48.44% from 255) = 56.16%

R = 12.33%
G = 31.51%
B = 56.16%

CMYK

 C value IS 0.78

 M value IS 0.44

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#1B457B (or 0x1B457B) is known color: Dark Cerulean. HEX triplet: 1B, 45 and 7B. RGB value is (27,69,123). Sum of RGB (Red+Green+Blue) = 27+69+123=219 (29% of max value = 765). Red value is 27 (10.94% from 255 or 12.33% from 219); Green value is 69 (27.34% from 255 or 31.51% from 219); Blue value is 123 (48.44% from 255 or 56.16% from 219); Max value from RGB is 123 - color contains mainly: blue. Hex color #1B457B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B457B is #E4BA84. Grayscale: #3E3E3E. Windows color (decimal): -14989957 or 8078619. OLE color: 8078619.

HSL color Cylindrical-coordinate representation of color #1B457B: hue angle of 213.75º degrees, saturation: 0.64, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1B457B is Cyan = 0.78, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 27 69 123 -
CMYK 0.78 0.44 0 0.52
HSL 213.75º 0.64% 0.29% -
HSV(B) 213.75º 0.78% 0.48% -
XYZ 6.16 5.92 19.56 -
YUV 62.6 162.09 102.61 -
System Red Green Blue C M Y K H S L
Decimal 27 69 123 0.78 0.44 0 0.52 213.75 0.64 0.29
Hex 1B 45 7B 4E 2C 0 34 D6 40 1D
Octal 33 105 173 116 54 0 64 326 100 35
Binary 11011 1000101 1111011 1001110 101100 0 110100 11010110 1000000 11101

Color Harmonies of #1B457B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B457B

Black with #1B457B

Text Example


Text Example

White with #1B457B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,69,123); }

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

background-color css

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

 a { background-color: rgb(27,69,123); }

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

border-color css

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

 span { border-color: rgb(27,69,123); }

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