Html Css Color HEX #075F99 Cerulean

📋 copy color: '#075F99'

red 7 ◦ green 95 ◦ blue 153

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

Shades of Cerulean #075F99

Tints of Cerulean #075F99

RGB

 RED value IS 7 (3.13% from 255) = 2.75%

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

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

R = 2.75%
G = 37.25%
B = 60%

CMYK

 C value IS 0.95

 M value IS 0.38

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#075F99 (or 0x075F99) is known color: Cerulean. HEX triplet: 07, 5F and 99. RGB value is (7,95,153). Sum of RGB (Red+Green+Blue) = 7+95+153=255 (33% of max value = 765). Red value is 7 (3.12% from 255 or 2.75% from 255); Green value is 95 (37.5% from 255 or 37.25% from 255); Blue value is 153 (60.16% from 255 or 60% from 255); Max value from RGB is 153 - color contains mainly: blue. Hex color #075F99 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #075F99 is #F8A066. Grayscale: #4A4A4A. Windows color (decimal): -16293991 or 10051335. OLE color: 10051335.

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

Color convert

RGB 7 95 153 -
CMYK 0.95 0.38 0 0.4
HSL 203.84º 0.91% 0.31% -
HSV(B) 203.84º 0.95% 0.6% -
XYZ 9.93 10.53 31.65 -
YUV 75.3 171.85 79.28 -
System Red Green Blue C M Y K H S L
Decimal 7 95 153 0.95 0.38 0 0.4 203.84 0.91 0.31
Hex 7 5F 99 5F 26 0 28 CC 5B 1F
Octal 7 137 231 137 46 0 50 314 133 37
Binary 111 1011111 10011001 1011111 100110 0 101000 11001100 1011011 11111

Color Harmonies of #075F99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #075F99

Black with #075F99

Text Example


Text Example

White with #075F99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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