Html Css Color HEX #065F99 Cerulean

📋 copy color: '#065F99'

red 6 ◦ green 95 ◦ blue 153

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

Shades of Cerulean #065F99

Tints of Cerulean #065F99

RGB

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

 GREEN value IS 95 (37.5% from 255) = 37.4%

 BLUE value IS 153 (60.16% from 255) = 60.24%

R = 2.36%
G = 37.4%
B = 60.24%

CMYK

 C value IS 0.96

 M value IS 0.38

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#065F99 (or 0x065F99) is known color: Cerulean. HEX triplet: 06, 5F and 99. RGB value is (6,95,153). Sum of RGB (Red+Green+Blue) = 6+95+153=254 (33% of max value = 765). Red value is 6 (2.73% from 255 or 2.36% from 254); Green value is 95 (37.5% from 255 or 37.40% from 254); Blue value is 153 (60.16% from 255 or 60.24% from 254); Max value from RGB is 153 - color contains mainly: blue. Hex color #065F99 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #065F99 is #F9A066. Grayscale: #4A4A4A. Windows color (decimal): -16359527 or 10051334. OLE color: 10051334.

HSL color Cylindrical-coordinate representation of color #065F99: hue angle of 203.67º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #065F99 is Cyan = 0.96, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 6 95 153 -
CMYK 0.96 0.38 0 0.4
HSL 203.67º 0.92% 0.31% -
HSV(B) 203.67º 0.96% 0.6% -
XYZ 9.92 10.52 31.65 -
YUV 75 172.01 78.78 -
System Red Green Blue C M Y K H S L
Decimal 6 95 153 0.96 0.38 0 0.4 203.67 0.92 0.31
Hex 6 5F 99 60 26 0 28 CC 5C 1F
Octal 6 137 231 140 46 0 50 314 134 37
Binary 110 1011111 10011001 1100000 100110 0 101000 11001100 1011100 11111

Color Harmonies of #065F99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065F99

Black with #065F99

Text Example


Text Example

White with #065F99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #065F99; }

 p { color: rgb(6,95,153); }

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

background-color css

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

 a { background-color: rgb(6,95,153); }

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

border-color css

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

 span { border-color: rgb(6,95,153); }

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