Html Css Color HEX #05507B Dark Cerulean

📋 copy color: '#05507B'

red 5 ◦ green 80 ◦ blue 123

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

Shades of Dark Cerulean #05507B

Tints of Dark Cerulean #05507B

RGB

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

 GREEN value IS 80 (31.64% from 255) = 38.46%

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

R = 2.4%
G = 38.46%
B = 59.13%

CMYK

 C value IS 0.96

 M value IS 0.35

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#05507B (or 0x05507B) is known color: Dark Cerulean. HEX triplet: 05, 50 and 7B. RGB value is (5,80,123). Sum of RGB (Red+Green+Blue) = 5+80+123=208 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.40% from 208); Green value is 80 (31.64% from 255 or 38.46% from 208); Blue value is 123 (48.44% from 255 or 59.13% from 208); Max value from RGB is 123 - color contains mainly: blue. Hex color #05507B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #05507B is #FAAF84. Grayscale: #3E3E3E. Windows color (decimal): -16428933 or 8081413. OLE color: 8081413.

HSL color Cylindrical-coordinate representation of color #05507B: hue angle of 201.86º 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 #05507B is Cyan = 0.96, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 5 80 123 -
CMYK 0.96 0.35 0 0.52
HSL 201.86º 0.92% 0.25% -
HSV(B) 201.86º 0.96% 0.48% -
XYZ 6.51 7.2 19.79 -
YUV 62.48 162.15 87 -
System Red Green Blue C M Y K H S L
Decimal 5 80 123 0.96 0.35 0 0.52 201.86 0.92 0.25
Hex 5 50 7B 60 23 0 34 CA 5C 19
Octal 5 120 173 140 43 0 64 312 134 31
Binary 101 1010000 1111011 1100000 100011 0 110100 11001010 1011100 11001

Color Harmonies of #05507B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05507B

Black with #05507B

Text Example


Text Example

White with #05507B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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