Html Css Color HEX #1B497F Dark Cerulean

📋 copy color: '#1B497F'

red 27 ◦ green 73 ◦ blue 127

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

Shades of Dark Cerulean #1B497F

Tints of Dark Cerulean #1B497F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 55.95%

R = 11.89%
G = 32.16%
B = 55.95%

CMYK

 C value IS 0.79

 M value IS 0.43

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#1B497F (or 0x1B497F) is known color: Dark Cerulean. HEX triplet: 1B, 49 and 7F. RGB value is (27,73,127). Sum of RGB (Red+Green+Blue) = 27+73+127=227 (30% of max value = 765). Red value is 27 (10.94% from 255 or 11.89% from 227); Green value is 73 (28.91% from 255 or 32.16% from 227); Blue value is 127 (50% from 255 or 55.95% from 227); Max value from RGB is 127 - color contains mainly: blue. Hex color #1B497F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B497F is #E4B680. Grayscale: #414141. Windows color (decimal): -14988929 or 8341787. OLE color: 8341787.

HSL color Cylindrical-coordinate representation of color #1B497F: hue angle of 212.4º degrees, saturation: 0.65, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1B497F is Cyan = 0.79, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 27 73 127 -
CMYK 0.79 0.43 0 0.50
HSL 212.4º 0.65% 0.3% -
HSV(B) 212.4º 0.79% 0.5% -
XYZ 6.67 6.53 20.99 -
YUV 65.4 162.76 100.61 -
System Red Green Blue C M Y K H S L
Decimal 27 73 127 0.79 0.43 0 0.50 212.4 0.65 0.3
Hex 1B 49 7F 4F 2B 0 32 D4 41 1E
Octal 33 111 177 117 53 0 62 324 101 36
Binary 11011 1001001 1111111 1001111 101011 0 110010 11010100 1000001 11110

Color Harmonies of #1B497F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B497F

Black with #1B497F

Text Example


Text Example

White with #1B497F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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