Html Css Color HEX #05447B Dark Cerulean

📋 copy color: '#05447B'

red 5 ◦ green 68 ◦ blue 123

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

Shades of Dark Cerulean #05447B

Tints of Dark Cerulean #05447B

RGB

 RED value IS 5 (2.34% from 255) = 2.55%

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

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

R = 2.55%
G = 34.69%
B = 62.76%

CMYK

 C value IS 0.96

 M value IS 0.45

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#05447B (or 0x05447B) is known color: Dark Cerulean. HEX triplet: 05, 44 and 7B. RGB value is (5,68,123). Sum of RGB (Red+Green+Blue) = 5+68+123=196 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.55% from 196); Green value is 68 (26.95% from 255 or 34.69% from 196); Blue value is 123 (48.44% from 255 or 62.76% from 196); Max value from RGB is 123 - color contains mainly: blue. Hex color #05447B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #05447B is #FABB84. Grayscale: #373737. Windows color (decimal): -16432005 or 8078341. OLE color: 8078341.

HSL color Cylindrical-coordinate representation of color #05447B: hue angle of 207.97º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05447B is Cyan = 0.96, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 5 68 123 -
CMYK 0.96 0.45 0 0.52
HSL 207.97º 0.92% 0.25% -
HSV(B) 207.97º 0.96% 0.48% -
XYZ 5.7 5.6 19.52 -
YUV 55.43 166.13 92.03 -
System Red Green Blue C M Y K H S L
Decimal 5 68 123 0.96 0.45 0 0.52 207.97 0.92 0.25
Hex 5 44 7B 60 2D 0 34 D0 5C 19
Octal 5 104 173 140 55 0 64 320 134 31
Binary 101 1000100 1111011 1100000 101101 0 110100 11010000 1011100 11001

Color Harmonies of #05447B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05447B

Black with #05447B

Text Example


Text Example

White with #05447B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05447B; }

 p { color: rgb(5,68,123); }

 H1.HeaderClassName
 {
   color: #05447B;
 }
 .AnyTagClassName
 {
   color: #05447B;
 }
</style>

background-color css

<style>
 a { background-color: #05447B; }

 a { background-color: rgb(5,68,123); }

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

border-color css

<style>
 span { border-color: #05447B; }

 span { border-color: rgb(5,68,123); }

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