Html Css Color HEX #06537B Dark Cerulean

📋 copy color: '#06537B'

red 6 ◦ green 83 ◦ blue 123

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

Shades of Dark Cerulean #06537B

Tints of Dark Cerulean #06537B

RGB

 RED value IS 6 (2.73% from 255) = 2.83%

 GREEN value IS 83 (32.81% from 255) = 39.15%

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

R = 2.83%
G = 39.15%
B = 58.02%

CMYK

 C value IS 0.95

 M value IS 0.33

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#06537B (or 0x06537B) is known color: Dark Cerulean. HEX triplet: 06, 53 and 7B. RGB value is (6,83,123). Sum of RGB (Red+Green+Blue) = 6+83+123=212 (28% of max value = 765). Red value is 6 (2.73% from 255 or 2.83% from 212); Green value is 83 (32.81% from 255 or 39.15% from 212); Blue value is 123 (48.44% from 255 or 58.02% from 212); Max value from RGB is 123 - color contains mainly: blue. Hex color #06537B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #06537B is #F9AC84. Grayscale: #404040. Windows color (decimal): -16362629 or 8082182. OLE color: 8082182.

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

Color convert

RGB 6 83 123 -
CMYK 0.95 0.33 0 0.52
HSL 200.51º 0.91% 0.25% -
HSV(B) 200.51º 0.95% 0.48% -
XYZ 6.74 7.66 19.86 -
YUV 64.54 160.99 86.25 -
System Red Green Blue C M Y K H S L
Decimal 6 83 123 0.95 0.33 0 0.52 200.51 0.91 0.25
Hex 6 53 7B 5F 21 0 34 C9 5B 19
Octal 6 123 173 137 41 0 64 311 133 31
Binary 110 1010011 1111011 1011111 100001 0 110100 11001001 1011011 11001

Color Harmonies of #06537B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06537B

Black with #06537B

Text Example


Text Example

White with #06537B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,83,123); }

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

background-color css

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

 a { background-color: rgb(6,83,123); }

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

border-color css

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

 span { border-color: rgb(6,83,123); }

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