Html Css Color HEX #06357B Dark Cerulean

📋 copy color: '#06357B'

red 6 ◦ green 53 ◦ blue 123

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

Shades of Dark Cerulean #06357B

Tints of Dark Cerulean #06357B

RGB

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

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

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

R = 3.3%
G = 29.12%
B = 67.58%

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

#06357B (or 0x06357B) is known color: Dark Cerulean. HEX triplet: 06, 35 and 7B. RGB value is (6,53,123). Sum of RGB (Red+Green+Blue) = 6+53+123=182 (24% of max value = 765). Red value is 6 (2.73% from 255 or 3.30% from 182); Green value is 53 (21.09% from 255 or 29.12% from 182); Blue value is 123 (48.44% from 255 or 67.58% from 182); Max value from RGB is 123 - color contains mainly: blue. Hex color #06357B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #06357B is #F9CA84. Grayscale: #2E2E2E. Windows color (decimal): -16370309 or 8074502. OLE color: 8074502.

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

Color convert

RGB 6 53 123 -
CMYK 0.95 0.57 0 0.52
HSL 215.9º 0.91% 0.25% -
HSV(B) 215.9º 0.95% 0.48% -
XYZ 4.92 4.01 19.25 -
YUV 46.93 170.93 98.81 -
System Red Green Blue C M Y K H S L
Decimal 6 53 123 0.95 0.57 0 0.52 215.9 0.91 0.25
Hex 6 35 7B 5F 39 0 34 D8 5B 19
Octal 6 65 173 137 71 0 64 330 133 31
Binary 110 110101 1111011 1011111 111001 0 110100 11011000 1011011 11001

Color Harmonies of #06357B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06357B

Black with #06357B

Text Example


Text Example

White with #06357B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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