Html Css Color HEX #065274 Dark Cerulean

📋 copy color: '#065274'

red 6 ◦ green 82 ◦ blue 116

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

Shades of Dark Cerulean #065274

Tints of Dark Cerulean #065274

RGB

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

 GREEN value IS 82 (32.42% from 255) = 40.2%

 BLUE value IS 116 (45.7% from 255) = 56.86%

R = 2.94%
G = 40.2%
B = 56.86%

CMYK

 C value IS 0.95

 M value IS 0.29

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#065274 (or 0x065274) is known color: Dark Cerulean. HEX triplet: 06, 52 and 74. RGB value is (6,82,116). Sum of RGB (Red+Green+Blue) = 6+82+116=204 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.94% from 204); Green value is 82 (32.42% from 255 or 40.20% from 204); Blue value is 116 (45.70% from 255 or 56.86% from 204); Max value from RGB is 116 - color contains mainly: blue. Hex color #065274 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #065274 is #F9AD8B. Grayscale: #3E3E3E. Windows color (decimal): -16362892 or 7623174. OLE color: 7623174.

HSL color Cylindrical-coordinate representation of color #065274: hue angle of 198.55º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #065274 is Cyan = 0.95, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 6 82 116 -
CMYK 0.95 0.29 0 0.55
HSL 198.55º 0.9% 0.24% -
HSV(B) 198.55º 0.95% 0.45% -
XYZ 6.24 7.33 17.61 -
YUV 63.15 157.82 87.24 -
System Red Green Blue C M Y K H S L
Decimal 6 82 116 0.95 0.29 0 0.55 198.55 0.9 0.24
Hex 6 52 74 5F 1D 0 37 C7 5A 18
Octal 6 122 164 137 35 0 67 307 132 30
Binary 110 1010010 1110100 1011111 11101 0 110111 11000111 1011010 11000

Color Harmonies of #065274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065274

Black with #065274

Text Example


Text Example

White with #065274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #065274; }

 p { color: rgb(6,82,116); }

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

background-color css

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

 a { background-color: rgb(6,82,116); }

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

border-color css

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

 span { border-color: rgb(6,82,116); }

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