Html Css Color HEX #06538A Dark Cerulean

📋 copy color: '#06538A'

red 6 ◦ green 83 ◦ blue 138

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

Shades of Dark Cerulean #06538A

Tints of Dark Cerulean #06538A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 60.79%

R = 2.64%
G = 36.56%
B = 60.79%

CMYK

 C value IS 0.96

 M value IS 0.40

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#06538A (or 0x06538A) is known color: Dark Cerulean. HEX triplet: 06, 53 and 8A. RGB value is (6,83,138). Sum of RGB (Red+Green+Blue) = 6+83+138=227 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.64% from 227); Green value is 83 (32.81% from 255 or 36.56% from 227); Blue value is 138 (54.30% from 255 or 60.79% from 227); Max value from RGB is 138 - color contains mainly: blue. Hex color #06538A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #06538A is #F9AC75. Grayscale: #414141. Windows color (decimal): -16362614 or 9065222. OLE color: 9065222.

HSL color Cylindrical-coordinate representation of color #06538A: hue angle of 205º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06538A is Cyan = 0.96, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 6 83 138 -
CMYK 0.96 0.40 0 0.46
HSL 205º 0.92% 0.28% -
HSV(B) 205º 0.96% 0.54% -
XYZ 7.76 8.06 25.19 -
YUV 66.25 168.49 85.03 -
System Red Green Blue C M Y K H S L
Decimal 6 83 138 0.96 0.40 0 0.46 205 0.92 0.28
Hex 6 53 8A 60 28 0 2E CD 5C 1C
Octal 6 123 212 140 50 0 56 315 134 34
Binary 110 1010011 10001010 1100000 101000 0 101110 11001101 1011100 11100

Color Harmonies of #06538A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06538A

Black with #06538A

Text Example


Text Example

White with #06538A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06538A; }

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

 H1.HeaderClassName
 {
   color: #06538A;
 }
 .AnyTagClassName
 {
   color: #06538A;
 }
</style>

background-color css

<style>
 a { background-color: #06538A; }

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

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

border-color css

<style>
 span { border-color: #06538A; }

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

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