Html Css Color HEX #065C98 Cobalt

📋 copy color: '#065C98'

red 6 ◦ green 92 ◦ blue 152

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

Shades of Cobalt #065C98

Tints of Cobalt #065C98

RGB

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

 GREEN value IS 92 (36.33% from 255) = 36.8%

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

R = 2.4%
G = 36.8%
B = 60.8%

CMYK

 C value IS 0.96

 M value IS 0.39

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#065C98 (or 0x065C98) is known color: Cobalt. HEX triplet: 06, 5C and 98. RGB value is (6,92,152). Sum of RGB (Red+Green+Blue) = 6+92+152=250 (33% of max value = 765). Red value is 6 (2.73% from 255 or 2.4% from 250); Green value is 92 (36.33% from 255 or 36.8% from 250); Blue value is 152 (59.77% from 255 or 60.8% from 250); Max value from RGB is 152 - color contains mainly: blue. Hex color #065C98 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #065C98 is #F9A367. Grayscale: #484848. Windows color (decimal): -16360296 or 9985030. OLE color: 9985030.

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

Color convert

RGB 6 92 152 -
CMYK 0.96 0.39 0 0.40
HSL 204.66º 0.92% 0.31% -
HSV(B) 204.66º 0.96% 0.6% -
XYZ 9.57 9.96 31.12 -
YUV 73.13 172.51 80.12 -
System Red Green Blue C M Y K H S L
Decimal 6 92 152 0.96 0.39 0 0.40 204.66 0.92 0.31
Hex 6 5C 98 60 27 0 28 CD 5C 1F
Octal 6 134 230 140 47 0 50 315 134 37
Binary 110 1011100 10011000 1100000 100111 0 101000 11001101 1011100 11111

Color Harmonies of #065C98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065C98

Black with #065C98

Text Example


Text Example

White with #065C98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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