Html Css Color HEX #065192 Dark Cerulean

📋 copy color: '#065192'

red 6 ◦ green 81 ◦ blue 146

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

Shades of Dark Cerulean #065192

Tints of Dark Cerulean #065192

RGB

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

 GREEN value IS 81 (32.03% from 255) = 34.76%

 BLUE value IS 146 (57.42% from 255) = 62.66%

R = 2.58%
G = 34.76%
B = 62.66%

CMYK

 C value IS 0.96

 M value IS 0.45

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#065192 (or 0x065192) is known color: Dark Cerulean. HEX triplet: 06, 51 and 92. RGB value is (6,81,146). Sum of RGB (Red+Green+Blue) = 6+81+146=233 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.58% from 233); Green value is 81 (32.03% from 255 or 34.76% from 233); Blue value is 146 (57.42% from 255 or 62.66% from 233); Max value from RGB is 146 - color contains mainly: blue. Hex color #065192 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #065192 is #F9AE6D. Grayscale: #414141. Windows color (decimal): -16363118 or 9588998. OLE color: 9588998.

HSL color Cylindrical-coordinate representation of color #065192: hue angle of 207.86º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #065192 is Cyan = 0.96, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 6 81 146 -
CMYK 0.96 0.45 0 0.43
HSL 207.86º 0.92% 0.3% -
HSV(B) 207.86º 0.96% 0.57% -
XYZ 8.21 8 28.31 -
YUV 65.99 173.15 85.21 -
System Red Green Blue C M Y K H S L
Decimal 6 81 146 0.96 0.45 0 0.43 207.86 0.92 0.3
Hex 6 51 92 60 2D 0 2B D0 5C 1E
Octal 6 121 222 140 55 0 53 320 134 36
Binary 110 1010001 10010010 1100000 101101 0 101011 11010000 1011100 11110

Color Harmonies of #065192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065192

Black with #065192

Text Example


Text Example

White with #065192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #065192; }

 p { color: rgb(6,81,146); }

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

background-color css

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

 a { background-color: rgb(6,81,146); }

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

border-color css

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

 span { border-color: rgb(6,81,146); }

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