Html Css Color HEX #06357D Dark Cerulean

📋 copy color: '#06357D'

red 6 ◦ green 53 ◦ blue 125

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

Shades of Dark Cerulean #06357D

Tints of Dark Cerulean #06357D

RGB

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

 GREEN value IS 53 (21.09% from 255) = 28.8%

 BLUE value IS 125 (49.22% from 255) = 67.93%

R = 3.26%
G = 28.8%
B = 67.93%

CMYK

 C value IS 0.95

 M value IS 0.58

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#06357D (or 0x06357D) is known color: Dark Cerulean. HEX triplet: 06, 35 and 7D. RGB value is (6,53,125). Sum of RGB (Red+Green+Blue) = 6+53+125=184 (24% of max value = 765). Red value is 6 (2.73% from 255 or 3.26% from 184); Green value is 53 (21.09% from 255 or 28.80% from 184); Blue value is 125 (49.22% from 255 or 67.93% from 184); Max value from RGB is 125 - color contains mainly: blue. Hex color #06357D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #06357D is #F9CA82. Grayscale: #2E2E2E. Windows color (decimal): -16370307 or 8205574. OLE color: 8205574.

HSL color Cylindrical-coordinate representation of color #06357D: hue angle of 216.3º degrees, saturation: 0.91, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #06357D is Cyan = 0.95, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 6 53 125 -
CMYK 0.95 0.58 0 0.51
HSL 216.3º 0.91% 0.26% -
HSV(B) 216.3º 0.95% 0.49% -
XYZ 5.05 4.07 19.92 -
YUV 47.16 171.93 98.65 -
System Red Green Blue C M Y K H S L
Decimal 6 53 125 0.95 0.58 0 0.51 216.3 0.91 0.26
Hex 6 35 7D 5F 3A 0 33 D8 5B 1A
Octal 6 65 175 137 72 0 63 330 133 32
Binary 110 110101 1111101 1011111 111010 0 110011 11011000 1011011 11010

Color Harmonies of #06357D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06357D

Black with #06357D

Text Example


Text Example

White with #06357D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06357D; }

 p { color: rgb(6,53,125); }

 H1.HeaderClassName
 {
   color: #06357D;
 }
 .AnyTagClassName
 {
   color: #06357D;
 }
</style>

background-color css

<style>
 a { background-color: #06357D; }

 a { background-color: rgb(6,53,125); }

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

border-color css

<style>
 span { border-color: #06357D; }

 span { border-color: rgb(6,53,125); }

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