Html Css Color HEX #06357A Dark Cerulean

📋 copy color: '#06357A'

red 6 ◦ green 53 ◦ blue 122

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

Shades of Dark Cerulean #06357A

Tints of Dark Cerulean #06357A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 67.4%

R = 3.31%
G = 29.28%
B = 67.4%

CMYK

 C value IS 0.95

 M value IS 0.57

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#06357A (or 0x06357A) is known color: Dark Cerulean. HEX triplet: 06, 35 and 7A. RGB value is (6,53,122). Sum of RGB (Red+Green+Blue) = 6+53+122=181 (23% of max value = 765). Red value is 6 (2.73% from 255 or 3.31% from 181); Green value is 53 (21.09% from 255 or 29.28% from 181); Blue value is 122 (48.05% from 255 or 67.40% from 181); Max value from RGB is 122 - color contains mainly: blue. Hex color #06357A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #06357A is #F9CA85. Grayscale: #2E2E2E. Windows color (decimal): -16370310 or 8008966. OLE color: 8008966.

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

Color convert

RGB 6 53 122 -
CMYK 0.95 0.57 0 0.52
HSL 215.69º 0.91% 0.25% -
HSV(B) 215.69º 0.95% 0.48% -
XYZ 4.86 3.99 18.93 -
YUV 46.81 170.43 98.89 -
System Red Green Blue C M Y K H S L
Decimal 6 53 122 0.95 0.57 0 0.52 215.69 0.91 0.25
Hex 6 35 7A 5F 39 0 34 D8 5B 19
Octal 6 65 172 137 71 0 64 330 133 31
Binary 110 110101 1111010 1011111 111001 0 110100 11011000 1011011 11001

Color Harmonies of #06357A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06357A

Black with #06357A

Text Example


Text Example

White with #06357A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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