Html Css Color HEX #1B447A Dark Cerulean

📋 copy color: '#1B447A'

red 27 ◦ green 68 ◦ blue 122

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

Shades of Dark Cerulean #1B447A

Tints of Dark Cerulean #1B447A

RGB

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

 GREEN value IS 68 (26.95% from 255) = 31.34%

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

R = 12.44%
G = 31.34%
B = 56.22%

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

#1B447A (or 0x1B447A) is known color: Dark Cerulean. HEX triplet: 1B, 44 and 7A. RGB value is (27,68,122). Sum of RGB (Red+Green+Blue) = 27+68+122=217 (28% of max value = 765). Red value is 27 (10.94% from 255 or 12.44% from 217); Green value is 68 (26.95% from 255 or 31.34% from 217); Blue value is 122 (48.05% from 255 or 56.22% from 217); Max value from RGB is 122 - color contains mainly: blue. Hex color #1B447A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B447A is #E4BB85. Grayscale: #3D3D3D. Windows color (decimal): -14990214 or 8012827. OLE color: 8012827.

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

Color convert

RGB 27 68 122 -
CMYK 0.78 0.44 0 0.52
HSL 214.11º 0.64% 0.29% -
HSV(B) 214.11º 0.78% 0.48% -
XYZ 6.03 5.77 19.21 -
YUV 61.9 161.92 103.11 -
System Red Green Blue C M Y K H S L
Decimal 27 68 122 0.78 0.44 0 0.52 214.11 0.64 0.29
Hex 1B 44 7A 4E 2C 0 34 D6 40 1D
Octal 33 104 172 116 54 0 64 326 100 35
Binary 11011 1000100 1111010 1001110 101100 0 110100 11010110 1000000 11101

Color Harmonies of #1B447A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B447A

Black with #1B447A

Text Example


Text Example

White with #1B447A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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