Html Css Color HEX #065F98 Cerulean

📋 copy color: '#065F98'

red 6 ◦ green 95 ◦ blue 152

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

Shades of Cerulean #065F98

Tints of Cerulean #065F98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 60.08%

R = 2.37%
G = 37.55%
B = 60.08%

CMYK

 C value IS 0.96

 M value IS 0.38

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#065F98 (or 0x065F98) is known color: Cerulean. HEX triplet: 06, 5F and 98. RGB value is (6,95,152). Sum of RGB (Red+Green+Blue) = 6+95+152=253 (33% of max value = 765). Red value is 6 (2.73% from 255 or 2.37% from 253); Green value is 95 (37.5% from 255 or 37.55% from 253); Blue value is 152 (59.77% from 255 or 60.08% from 253); Max value from RGB is 152 - color contains mainly: blue. Hex color #065F98 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #065F98 is #F9A067. Grayscale: #4A4A4A. Windows color (decimal): -16359528 or 9985798. OLE color: 9985798.

HSL color Cylindrical-coordinate representation of color #065F98: hue angle of 203.42º 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 #065F98 is Cyan = 0.96, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 6 95 152 -
CMYK 0.96 0.38 0 0.40
HSL 203.42º 0.92% 0.31% -
HSV(B) 203.42º 0.96% 0.6% -
XYZ 9.83 10.49 31.21 -
YUV 74.89 171.51 78.87 -
System Red Green Blue C M Y K H S L
Decimal 6 95 152 0.96 0.38 0 0.40 203.42 0.92 0.31
Hex 6 5F 98 60 26 0 28 CB 5C 1F
Octal 6 137 230 140 46 0 50 313 134 37
Binary 110 1011111 10011000 1100000 100110 0 101000 11001011 1011100 11111

Color Harmonies of #065F98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065F98

Black with #065F98

Text Example


Text Example

White with #065F98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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