Html Css Color HEX #06347E Dark Cerulean

📋 copy color: '#06347E'

red 6 ◦ green 52 ◦ blue 126

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

Shades of Dark Cerulean #06347E

Tints of Dark Cerulean #06347E

RGB

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

 GREEN value IS 52 (20.7% from 255) = 28.26%

 BLUE value IS 126 (49.61% from 255) = 68.48%

R = 3.26%
G = 28.26%
B = 68.48%

CMYK

 C value IS 0.95

 M value IS 0.59

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#06347E (or 0x06347E) is known color: Dark Cerulean. HEX triplet: 06, 34 and 7E. RGB value is (6,52,126). Sum of RGB (Red+Green+Blue) = 6+52+126=184 (24% of max value = 765). Red value is 6 (2.73% from 255 or 3.26% from 184); Green value is 52 (20.70% from 255 or 28.26% from 184); Blue value is 126 (49.61% from 255 or 68.48% from 184); Max value from RGB is 126 - color contains mainly: blue. Hex color #06347E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #06347E is #F9CB81. Grayscale: #2E2E2E. Windows color (decimal): -16370562 or 8270854. OLE color: 8270854.

HSL color Cylindrical-coordinate representation of color #06347E: hue angle of 217º 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 #06347E is Cyan = 0.95, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 6 52 126 -
CMYK 0.95 0.59 0 0.51
HSL 217º 0.91% 0.26% -
HSV(B) 217º 0.95% 0.49% -
XYZ 5.07 4 20.24 -
YUV 46.68 172.76 98.98 -
System Red Green Blue C M Y K H S L
Decimal 6 52 126 0.95 0.59 0 0.51 217 0.91 0.26
Hex 6 34 7E 5F 3B 0 33 D9 5B 1A
Octal 6 64 176 137 73 0 63 331 133 32
Binary 110 110100 1111110 1011111 111011 0 110011 11011001 1011011 11010

Color Harmonies of #06347E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06347E

Black with #06347E

Text Example


Text Example

White with #06347E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06347E; }

 p { color: rgb(6,52,126); }

 H1.HeaderClassName
 {
   color: #06347E;
 }
 .AnyTagClassName
 {
   color: #06347E;
 }
</style>

background-color css

<style>
 a { background-color: #06347E; }

 a { background-color: rgb(6,52,126); }

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

border-color css

<style>
 span { border-color: #06347E; }

 span { border-color: rgb(6,52,126); }

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