Html Css Color HEX #065B8F Dark Cerulean

📋 copy color: '#065B8F'

red 6 ◦ green 91 ◦ blue 143

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

Shades of Dark Cerulean #065B8F

Tints of Dark Cerulean #065B8F

RGB

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

 GREEN value IS 91 (35.94% from 255) = 37.92%

 BLUE value IS 143 (56.25% from 255) = 59.58%

R = 2.5%
G = 37.92%
B = 59.58%

CMYK

 C value IS 0.96

 M value IS 0.36

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#065B8F (or 0x065B8F) is known color: Dark Cerulean. HEX triplet: 06, 5B and 8F. RGB value is (6,91,143). Sum of RGB (Red+Green+Blue) = 6+91+143=240 (31% of max value = 765). Red value is 6 (2.73% from 255 or 2.5% from 240); Green value is 91 (35.94% from 255 or 37.92% from 240); Blue value is 143 (56.25% from 255 or 59.58% from 240); Max value from RGB is 143 - color contains mainly: blue. Hex color #065B8F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #065B8F is #F9A470. Grayscale: #474747. Windows color (decimal): -16360561 or 9394950. OLE color: 9394950.

HSL color Cylindrical-coordinate representation of color #065B8F: hue angle of 202.77º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #065B8F is Cyan = 0.96, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 6 91 143 -
CMYK 0.96 0.36 0 0.44
HSL 202.77º 0.92% 0.29% -
HSV(B) 202.77º 0.96% 0.56% -
XYZ 8.77 9.5 27.36 -
YUV 71.51 168.34 81.27 -
System Red Green Blue C M Y K H S L
Decimal 6 91 143 0.96 0.36 0 0.44 202.77 0.92 0.29
Hex 6 5B 8F 60 24 0 2C CB 5C 1D
Octal 6 133 217 140 44 0 54 313 134 35
Binary 110 1011011 10001111 1100000 100100 0 101100 11001011 1011100 11101

Color Harmonies of #065B8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065B8F

Black with #065B8F

Text Example


Text Example

White with #065B8F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,91,143); }

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

background-color css

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

 a { background-color: rgb(6,91,143); }

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

border-color css

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

 span { border-color: rgb(6,91,143); }

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