Html Css Color HEX #1B497B Dark Cerulean

📋 copy color: '#1B497B'

red 27 ◦ green 73 ◦ blue 123

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

Shades of Dark Cerulean #1B497B

Tints of Dark Cerulean #1B497B

RGB

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

 GREEN value IS 73 (28.91% from 255) = 32.74%

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

R = 12.11%
G = 32.74%
B = 55.16%

CMYK

 C value IS 0.78

 M value IS 0.41

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#1B497B (or 0x1B497B) is known color: Dark Cerulean. HEX triplet: 1B, 49 and 7B. RGB value is (27,73,123). Sum of RGB (Red+Green+Blue) = 27+73+123=223 (29% of max value = 765). Red value is 27 (10.94% from 255 or 12.11% from 223); Green value is 73 (28.91% from 255 or 32.74% from 223); Blue value is 123 (48.44% from 255 or 55.16% from 223); Max value from RGB is 123 - color contains mainly: blue. Hex color #1B497B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B497B is #E4B684. Grayscale: #404040. Windows color (decimal): -14988933 or 8079643. OLE color: 8079643.

HSL color Cylindrical-coordinate representation of color #1B497B: hue angle of 211.25º 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 #1B497B is Cyan = 0.78, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 27 73 123 -
CMYK 0.78 0.41 0 0.52
HSL 211.25º 0.64% 0.29% -
HSV(B) 211.25º 0.78% 0.48% -
XYZ 6.41 6.43 19.64 -
YUV 64.95 160.76 100.93 -
System Red Green Blue C M Y K H S L
Decimal 27 73 123 0.78 0.41 0 0.52 211.25 0.64 0.29
Hex 1B 49 7B 4E 29 0 34 D3 40 1D
Octal 33 111 173 116 51 0 64 323 100 35
Binary 11011 1001001 1111011 1001110 101001 0 110100 11010011 1000000 11101

Color Harmonies of #1B497B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B497B

Black with #1B497B

Text Example


Text Example

White with #1B497B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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