Html Css Color HEX #1B497A Dark Cerulean

📋 copy color: '#1B497A'

red 27 ◦ green 73 ◦ blue 122

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

Shades of Dark Cerulean #1B497A

Tints of Dark Cerulean #1B497A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 54.95%

R = 12.16%
G = 32.88%
B = 54.95%

CMYK

 C value IS 0.78

 M value IS 0.40

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#1B497A (or 0x1B497A) is known color: Dark Cerulean. HEX triplet: 1B, 49 and 7A. RGB value is (27,73,122). Sum of RGB (Red+Green+Blue) = 27+73+122=222 (29% of max value = 765). Red value is 27 (10.94% from 255 or 12.16% from 222); Green value is 73 (28.91% from 255 or 32.88% from 222); Blue value is 122 (48.05% from 255 or 54.95% from 222); Max value from RGB is 122 - color contains mainly: blue. Hex color #1B497A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B497A is #E4B685. Grayscale: #404040. Windows color (decimal): -14988934 or 8014107. OLE color: 8014107.

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

Color convert

RGB 27 73 122 -
CMYK 0.78 0.40 0 0.52
HSL 210.95º 0.64% 0.29% -
HSV(B) 210.95º 0.78% 0.48% -
XYZ 6.35 6.4 19.31 -
YUV 64.83 160.26 101.02 -
System Red Green Blue C M Y K H S L
Decimal 27 73 122 0.78 0.40 0 0.52 210.95 0.64 0.29
Hex 1B 49 7A 4E 28 0 34 D3 40 1D
Octal 33 111 172 116 50 0 64 323 100 35
Binary 11011 1001001 1111010 1001110 101000 0 110100 11010011 1000000 11101

Color Harmonies of #1B497A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B497A

Black with #1B497A

Text Example


Text Example

White with #1B497A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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