Html Css Color HEX #065A8A Dark Cerulean

📋 copy color: '#065A8A'

red 6 ◦ green 90 ◦ blue 138

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

Shades of Dark Cerulean #065A8A

Tints of Dark Cerulean #065A8A

RGB

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

 GREEN value IS 90 (35.55% from 255) = 38.46%

 BLUE value IS 138 (54.3% from 255) = 58.97%

R = 2.56%
G = 38.46%
B = 58.97%

CMYK

 C value IS 0.96

 M value IS 0.35

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#065A8A (or 0x065A8A) is known color: Dark Cerulean. HEX triplet: 06, 5A and 8A. RGB value is (6,90,138). Sum of RGB (Red+Green+Blue) = 6+90+138=234 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.56% from 234); Green value is 90 (35.55% from 255 or 38.46% from 234); Blue value is 138 (54.30% from 255 or 58.97% from 234); Max value from RGB is 138 - color contains mainly: blue. Hex color #065A8A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #065A8A is #F9A575. Grayscale: #464646. Windows color (decimal): -16360822 or 9067014. OLE color: 9067014.

HSL color Cylindrical-coordinate representation of color #065A8A: hue angle of 201.82º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #065A8A is Cyan = 0.96, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 6 90 138 -
CMYK 0.96 0.35 0 0.46
HSL 201.82º 0.92% 0.28% -
HSV(B) 201.82º 0.96% 0.54% -
XYZ 8.32 9.19 25.38 -
YUV 70.36 166.17 82.1 -
System Red Green Blue C M Y K H S L
Decimal 6 90 138 0.96 0.35 0 0.46 201.82 0.92 0.28
Hex 6 5A 8A 60 23 0 2E CA 5C 1C
Octal 6 132 212 140 43 0 56 312 134 34
Binary 110 1011010 10001010 1100000 100011 0 101110 11001010 1011100 11100

Color Harmonies of #065A8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065A8A

Black with #065A8A

Text Example


Text Example

White with #065A8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,90,138); }

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

background-color css

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

 a { background-color: rgb(6,90,138); }

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

border-color css

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

 span { border-color: rgb(6,90,138); }

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