Html Css Color HEX #06527B Dark Cerulean

📋 copy color: '#06527B'

red 6 ◦ green 82 ◦ blue 123

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

Shades of Dark Cerulean #06527B

Tints of Dark Cerulean #06527B

RGB

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

 GREEN value IS 82 (32.42% from 255) = 38.86%

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

R = 2.84%
G = 38.86%
B = 58.29%

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

#06527B (or 0x06527B) is known color: Dark Cerulean. HEX triplet: 06, 52 and 7B. RGB value is (6,82,123). Sum of RGB (Red+Green+Blue) = 6+82+123=211 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.84% from 211); Green value is 82 (32.42% from 255 or 38.86% from 211); Blue value is 123 (48.44% from 255 or 58.29% from 211); Max value from RGB is 123 - color contains mainly: blue. Hex color #06527B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #06527B is #F9AD84. Grayscale: #3F3F3F. Windows color (decimal): -16362885 or 8081926. OLE color: 8081926.

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

Color convert

RGB 6 82 123 -
CMYK 0.95 0.33 0 0.52
HSL 201.03º 0.91% 0.25% -
HSV(B) 201.03º 0.95% 0.48% -
XYZ 6.67 7.5 19.84 -
YUV 63.95 161.32 86.67 -
System Red Green Blue C M Y K H S L
Decimal 6 82 123 0.95 0.33 0 0.52 201.03 0.91 0.25
Hex 6 52 7B 5F 21 0 34 C9 5B 19
Octal 6 122 173 137 41 0 64 311 133 31
Binary 110 1010010 1111011 1011111 100001 0 110100 11001001 1011011 11001

Color Harmonies of #06527B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06527B

Black with #06527B

Text Example


Text Example

White with #06527B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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